This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

用 JavaScript 學習資料結構和演算法:陣列(Array)篇

用 JavaScript 學習資料結構和演算法:陣列(Array)篇

WEB 網路基礎概念

WEB 網路基礎概念

為什麼我們需要 React?可以不用嗎?

為什麼我們需要 React?可以不用嗎?


Comments